From: Richard Stallman Date: Thu, 23 Jun 2011 16:33:05 +0000 (-0400) Subject: Don't reuse previous Message-id when resending. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3354 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93a39d1d68da69c61923ab1049719df624340a67;p=emacs.git Don't reuse previous Message-id when resending. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 755fc61b8e0..343a6749575 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-23 Richard Stallman + + * mail/rmail.el (rmail-retry-ignored-headers): Add message-id. + 2011-06-23 Michael Albinus * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ccae59eff26..a65c8376642 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -349,7 +349,7 @@ If nil, display all header fields except those matched by :group 'rmail-headers) ;;;###autoload -(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:") +(defcustom rmail-retry-ignored-headers (purecopy "^x-authentication-warning:\\|^x-detected-operating-system:\\|^x-spam[-a-z]*:\\|content-type:\\|content-transfer-encoding:\\|mime-version:\\|message-id:") "Headers that should be stripped when retrying a failed message." :type '(choice regexp (const nil :tag "None")) :group 'rmail-headers